home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Caml Light 0.7 / examples / compress / fileprio.mli < prev    next >
Text File  |  1995-06-01  |  133b  |  6 lines

  1. type 'a t;;
  2. value vide: 'a t
  3.   and ajoute: 'a t -> int -> 'a -> 'a t
  4.   and extraire: 'a t -> int * 'a * 'a t;;
  5. exception File_vide;;
  6.